object FormError: TFormError Left = 378 Top = 373 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PingSim Error Message' ClientHeight = 143 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object B_Ok: TButton Left = 144 Top = 112 Width = 75 Height = 25 Caption = '&Ok' TabOrder = 0 OnClick = B_OkClick end object GB_Error: TGroupBox Left = 8 Top = 8 Width = 345 Height = 97 Caption = 'Error Number' TabOrder = 1 object L_Error: TLabel Left = 8 Top = 24 Width = 329 Height = 65 AutoSize = False Caption = 'L_Error' WordWrap = True end end end